Click or drag to resize

AppointmentConflictingMeetings Property

Identifies all items that conflict with a meeting time.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Item> ConflictingMeetings { get; }

Property Value

Type: IListItem
The conflicting meetings.
See Also